Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
300169

Files

FilesIWE
simplexml/XMLElement.java 00140
simplexml/XMLParseException.java 002
simplexml/XMLUtil.java 0027

simplexml/XMLElement.java

ErrorLine
Error File length is 1,721 lines (max allowed is 1,500). 1
Error Variable 'isTextNode' must be private and have accessor methods. 97
Error Missing a Javadoc comment. 103
Error Expected @param tag for 'conversionTable'. 161
Error Expected @param tag for 'skipLeadingWhitespace'. 180
Error Expected @param tag for 'conversionTable'. 200
Error Expected @param tag for 'skipLeadingWhitespace'. 200
Error Expected @param tag for 'conversionTable'. 225
Error Expected @param tag for 'skipLeadingWhitespace'. 225
Error Expected @param tag for 'ignoreCase'. 225
Error Expected @param tag for 'conversionTable'. 250
Error Expected @param tag for 'skipLeadingWhitespace'. 250
Error Expected @param tag for 'fillBasicConversionTable'. 250
Error Expected @param tag for 'ignoreCase'. 250
Error Expected @param tag for 'child'. 272
Error Expected @param tag for 'child'. 280
Error Expected @param tag for 'index'. 280
Error Expected @param tag for 'key'. 289
Error Expected @param tag for 'value'. 289
Error Expected @param tag for 'key'. 301
Error Expected @param tag for 'value'. 301
Error Expected @param tag for 'key'. 313
Error Expected @param tag for 'value'. 313
Error Expected an @return tag. 324
Error Expected an @return tag. 331
Error Expected an @return tag. 338
Error Expected an @return tag. 345
Error Missing a Javadoc comment. 349
Error Expected an @return tag. 357
Error Expected an @return tag. 364
Error Expected an @return tag. 373
Error Expected @param tag for 'key'. 373
Error Expected @param tag for 'valueSet'. 373
Error Expected @param tag for 'defaultValue'. 373
Error Expected an @return tag. 402
Error Expected @param tag for 'key'. 402
Error Expected an @return tag. 414
Error Expected @param tag for 'key'. 414
Error Expected @param tag for 'defaultValue'. 414
Error Expected an @return tag. 426
Error Expected @param tag for 'key'. 426
Error Expected @param tag for 'defaultValue'. 426
Error Expected an @return tag. 448
Error Expected @param tag for 'key'. 448
Error Expected @param tag for 'defaultValue'. 448
Error Expected an @return tag. 470
Error Expected @param tag for 'key'. 470
Error Expected @param tag for 'trueValue'. 470
Error Expected @param tag for 'falseValue'. 470
Error Expected @param tag for 'defaultValue'. 470
Error Expected an @return tag. 493
Error Expected @param tag for 'key'. 493
Error Expected @param tag for 'valueSet'. 493
Error Expected @param tag for 'defaultValue'. 493
Error Expected an @return tag. 518
Error Expected @param tag for 'key'. 518
Error Expected @param tag for 'valueSet'. 518
Error Expected @param tag for 'defaultValue'. 518
Error Expected an @return tag. 550
Error Expected @param tag for 'key'. 550
Error Expected @param tag for 'valueSet'. 550
Error Expected @param tag for 'defaultValue'. 550
Error Expected an @return tag. 586
Error Expected @param tag for 'key'. 586
Error Expected @param tag for 'valueSet'. 586
Error Expected @param tag for 'defaultValue'. 586
Error Expected an @return tag. 618
Error Expected @param tag for 'reader'. 637
Error Expected @param tag for 'reader'. 649
Error Expected @param tag for 'startingLineNr'. 649
Error Expected @param tag for 'string'. 681
Error Expected @param tag for 'string'. 693
Error Expected @param tag for 'offset'. 693
Error Expected @param tag for 'string'. 705
Error Expected @param tag for 'offset'. 705
Error Expected @param tag for 'end'. 705
Error Expected @param tag for 'string'. 717
Error Expected @param tag for 'offset'. 717
Error Expected @param tag for 'end'. 717
Error Expected @param tag for 'startingLineNr'. 717
Error Expected @param tag for 'input'. 729
Error Expected @param tag for 'offset'. 729
Error Expected @param tag for 'end'. 729
Error Expected @param tag for 'input'. 741
Error Expected @param tag for 'offset'. 741
Error Expected @param tag for 'end'. 741
Error Expected @param tag for 'startingLineNr'. 741
Error 'lineNr' hides a field. 742
Error 'lineNr' hides a field. 810
Error Expected @param tag for 'child'. 855
Error Expected @param tag for 'key'. 862
Error Expected @param tag for 'input'. 908
Error Expected @param tag for 'contentOffset'. 908
Error Expected @param tag for 'contentSize'. 908
Error Expected @param tag for 'contentLineNr'. 908
Error 'lineNr' hides a field. 911
Error Line contains a tab character. 931
Error Line contains a tab character. 939
Error Line contains a tab character. 952
Error Line contains a tab character. 965
Error Expected an @return tag. 973
Error Unused @param tag for 'content'. 1226
Error Expected @param tag for 'comment'. 1229
Error Expected an @return tag. 1239
Error '{' is not preceded with whitespace. 1260
Error Expected @param tag for 'input'. 1275
Error Expected @param tag for 'offset'. 1275
Error Expected @param tag for 'end'. 1275
Error Expected @param tag for 'lineNr'. 1275
Error Expected an @return tag. 1402
Error Expected @param tag for 's'. 1402
Error Expected @param tag for 'lineNr'. 1402
Error Expected an @return tag. 1451
Error Expected @param tag for 'writer'. 1460
Error Expected @param tag for 'writer'. 1467
Error Expected @param tag for 'indent'. 1467
Error Expected @param tag for 'out'. 1561
Error Expected @param tag for 'str'. 1561
Error Expected an @return tag. 1663
Error Expected an @return tag. 1687
Error '{' is not preceded with whitespace. 1687
Error '=' is not followed by whitespace. 1688
Error ';' is preceded with whitespace. 1688
Error ';' is preceded with whitespace. 1688
Error '++' is preceded with whitespace. 1688
Error '{' is not preceded with whitespace. 1688
Error '{' is not preceded with whitespace. 1689
Error Expected @param tag for 'attributeName'. 1702
Error Expected @param tag for 'attributeValue'. 1702
Error '{' is not preceded with whitespace. 1702
Error ',' is not followed by whitespace. 1703
Error ',' is not followed by whitespace. 1703
Error '{' is not preceded with whitespace. 1706
Error '{' is not preceded with whitespace. 1707
Error 'while' is not followed by whitespace. 1711
Error '{' is not preceded with whitespace. 1711
Error 'cast' is not followed by whitespace. 1712
Error ',' is not followed by whitespace. 1713
Error ',' is not followed by whitespace. 1713
Error '{' is not preceded with whitespace. 1714

simplexml/XMLParseException.java

ErrorLine
Error Type Javadoc tag @version must match pattern '\$Revision: .*\$|\$Id: .*\$'. 46
Error Expected an @return tag. 90

simplexml/XMLUtil.java

ErrorLine
Error Type Javadoc tag @version must match pattern '\$Revision: .*\$|\$Id: .*\$'. 9
Error Expected an @return tag. 18
Error Expected @param tag for 'xmle'. 18
Error Expected @param tag for 'attributeName'. 18
Error Expected @param tag for 'attributeValue'. 18
Error '{' is not preceded with whitespace. 18
Error '{' is not preceded with whitespace. 19
Error 'while' is not followed by whitespace. 23
Error '{' is not preceded with whitespace. 23
Error 'cast' is not followed by whitespace. 24
Error ',' is not followed by whitespace. 25
Error ',' is not followed by whitespace. 25
Error '{' is not preceded with whitespace. 26
Error Expected an @return tag. 42
Error Expected @param tag for 'xmle'. 42
Error Expected @param tag for 'attributeName'. 43
Error Expected @param tag for 'attributeValue'. 43
Error Expected @param tag for 'path'. 43
Error '{' is not preceded with whitespace. 43
Error '{' is not preceded with whitespace. 44
Error 'while' is not followed by whitespace. 49
Error '{' is not preceded with whitespace. 49
Error 'cast' is not followed by whitespace. 50
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 51
Error '{' is not preceded with whitespace. 52